home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / rga.arc / RGA-GLOB.BAS < prev    next >
BASIC Source File  |  1991-07-06  |  186b  |  9 lines

  1. '
  2. ' These variables are global to all the forms (one) in
  3. ' the "I Love WinApps!" program.
  4. '
  5. Global Const TRUE = -1
  6. Global Const FALSE = 0
  7. Global Const ILWA$ = "I Love WinApps!"
  8.  
  9.